Interface GraphWriter

All Known Implementing Classes:
NOABatchIO, SIFGraphIO, SimpleGraphIO

public interface GraphWriter
Interface used by classes that write graphs to memory.
Version:
3.0 May 20, 2015
Author:
Charles Allen Schultz II
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeGraph(Graph toWrite)
    Writes graphs to memory.
  • Method Details

    • writeGraph

      void writeGraph(Graph toWrite)
      Writes graphs to memory.
      Parameters:
      toWrite - the Graph object to write to memory.